From: Andreas Beckmann Date: Mon, 10 Oct 2016 11:38:39 +0000 (+0100) Subject: also skip test on i586 CPU X-Git-Tag: archive/raspbian/1.6-3+rpi1~1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1daa4e0036bfd38313f16bd11156137503c993f2;p=pocl.git also skip test on i586 CPU Gbp-Pq: Name fix-tests-i386.patch --- diff --git a/tests/testsuite.at b/tests/testsuite.at index 114e370..2895673 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -88,7 +88,7 @@ AT_CLEANUP AT_SETUP([Kernel functions printf]) # On 32-bit x86, accessing int4 via va_arg segfaults (wrong alignment?) -AT_XFAIL_IF([grep HOST_CPU $abs_top_builddir/config.h | cut -d\" -f2 | grep -q i686]) +AT_XFAIL_IF([grep HOST_CPU $abs_top_builddir/config.h | cut -d\" -f2 | grep -q i.86]) AT_XFAIL_IF([egrep -q "#define LLVM_3_2|#define LLVM_3_3" $abs_top_builddir/config.h]) AT_KEYWORDS([printf]) AT_CHECK_UNQUOTED([$abs_top_builddir/tests/kernel/kernel test_printf], 0,